import type { Container, Declaration } from 'postcss';
export declare function isBlockIgnored(container: Container | undefined): any;
export declare function isDeclarationIgnored(decl: Declaration | undefined): boolean;
