export declare function folderCreationStrategy(parent: string, folder: string): Promise<boolean>;
export declare function isFolderCreated(parent: string, folder: string): Promise<boolean>;
export declare function createFolder(parent: string, folder: string): Promise<import("@pnp/sp-commonjs").IFolderAddResult>;
