import type * as postcss from 'postcss'; import type { Imports } from './types'; export declare const getImports: (root: postcss.Root, id: string) => Imports;