import type { ExportedTemplate, ResourceSelector } from "@intentius/chant/lexicon"; export declare function exportResources(options: { environment: string; selector?: ResourceSelector; owned?: boolean; verbatim?: boolean; }): Promise; //# sourceMappingURL=export-resources.d.ts.map