export declare const apiLogin: (name: any, pwd: any) => Promise; export declare const createBcf: (fileId: number, content: any) => Promise; export declare const getBCFList: (fileId?: number) => Promise; export declare const BCFDetail: (guid: string) => Promise; export declare const DeleteBCF: (guid: string) => Promise; export declare const ModifyBCF: (guid: any, bcf: any) => Promise; export declare const MemberList: (projectId: any, keword?: string) => Promise; export declare const getFileDetail: (fileId: number) => Promise;