export declare const customDefinitionsFile = "import type { ConverterFunctions, ValidationRules, AfterImportActions } from \"appwrite-utils\";\n\nexport const customConverterFunctions: ConverterFunctions = {\n // Add your custom converter functions here\n}\nexport const customValidationRules: ValidationRules = {\n // Add your custom validation rules here\n}\nexport const customAfterImportActions: AfterImportActions = {\n // Add your custom after import actions here\n}"; export declare const createEmptyCollection: (collectionName: string) => void; export declare const generateYamlConfig: (currentDir?: string, useAppwriteDir?: boolean) => string; export declare const setupDirsFiles: (example?: boolean, currentDir?: string, useYaml?: boolean) => Promise;