import { PromptQuestion } from 'node-plop'; export declare const initMessage: (message: string) => void; export declare const prompts: PromptQuestion[]; export declare const actionsHandler: ({ spaceId, managementToken, accessToken, previewAccessToken, name: appName, workspace }: { [key: string]: string; }) => void; //# sourceMappingURL=contentful.d.ts.map