import { AtRule } from 'postcss';
export declare function extractImportPath(atRule: AtRule): string;
