import { Dictionary } from './helpers'; import { InfinityMintTemplateScript } from './interfaces'; export declare const findTemplates: () => Promise>; export declare const getTemplates: () => Dictionary; //# sourceMappingURL=templates.d.ts.map