/**
 * Creates a Visualforce page named 'FooPage' with a controller reference
 * The page includes a simple form with an account name input field and save button
 */
export declare function createVisualforcePage(folder: string): Promise<void>;
