// Generated by dts-bundle-generator v8.0.1 export declare interface CAGOptions { spaceId: string; managementToken: string; basePath: string; assetsPath?: string; contentFile?: string; exportDir?: string; errorLogFile?: string; downloadAssets?: boolean; contentEntriesJSONPath?: string; contentTypesJSONPath?: string; apiTSPath?: string; } export declare function generateContentfulApi(args: CAGOptions): Promise; export declare function fetchContentfulSpaceData(options: CAGOptions): Promise; export declare function moveAssetsToPublicFolder(options: CAGOptions): void; export {};