import { PluginOptions, ResolvedStyleResult } from "./types"; export declare function resolveStylesFromDirectory({ componentFilePath, directory, options, }: { componentFilePath: string; directory: string[]; options: Partial; }): Promise; export declare function getAllFilesInDirectory(dir: string): Promise;