import type { LoaderContext, StyleResource, StyleResourcesLoaderNormalizedOptions } from '../types'; export declare const getResources: (ctx: LoaderContext, options: StyleResourcesLoaderNormalizedOptions) => Promise;