import type { PayloadComponent } from '../../../config/types.js';
import type { ImportMap } from '../index.js';
export declare const getFromImportMap: <TOutput>(args: {
    importMap: ImportMap;
    PayloadComponent: PayloadComponent;
    schemaPath?: string;
    silent?: boolean;
}) => TOutput;
//# sourceMappingURL=getFromImportMap.d.ts.map