export declare function addCRUD(params: Partial<{ [key in "collection" | "url"]: string; }>, app_directory?: string): Promise;