export declare class BhasiniService {
    create(file: Express.Multer.File): Promise<any>;
}
