export declare const createAppAction: ({ starter, repo, example, isDeno, destination: _destination, }: { starter: string; repo: string; isDeno?: boolean; example: string; destination?: string; }) => void; export declare const createDockerFile: () => void;