export declare const getArguments: () => { command: string; scriptPath: string; workspacePath: string; filePath: string; frontMatter: string; answers: { [key: string]: string; } | undefined; promptResponse: string | undefined; };