import type { Result } from "postcss-load-config";
import type { Environment } from "../../../../../types.d.cts";
import type { PostCSSConfigLoaderOptions } from "../../types.d.cts";
declare const loadConfig: (id: string, cwd: string, environment: Environment, options?: PostCSSConfigLoaderOptions | false) => Promise<Result>;
export = loadConfig;
