export declare function initialize(options: {
    directory: string;
    template: string;
    packageManager: string;
}): Promise<void>;
