export declare function toLogin(): Promise; export declare function MockData(): Record[]; export declare function __post(url?: string, data?: any, isFormData?: boolean): Promise; export declare function __get(url?: string): Promise; export declare function API__POE_INVEST_ALL(data: any, url?: string): Promise; export declare function API__POE_CUSTOM_ALL(data: any, url?: string): Promise; export declare function API__POE_CUSTOM_ALL_LIST(data: any, url?: string): Promise; export declare function API__SYSTEM_USER_TABLE_INFO_GET(data: any, url?: string): Promise; export declare function API__SYSTEM_USER_TABLE_INFO_SET(data: any, url?: string): Promise; export declare function API__CENTER_INDUSTRY_TAG(data: any, url?: string): Promise; export declare function API__POE_MENU_ALL(data: any, url?: string): Promise; export declare function API__CENTER_COMPANY_LIST(data: any, url?: string): Promise; export declare function API__INVEST_COMPANY_LIST(data: any, url?: string): Promise; export declare function API__INVEST_COMPANY_DELETE(data: any, url?: string): Promise; export declare function API__INVEST_INVESTORS_LIST(data: any, url?: string): Promise; export declare function API__FILE_UPDATE(data: any, url?: string): Promise; export declare function API__FILE_DELETE(data: any, url?: string): Promise; export declare function API__FILE_UPDATENAMEORLINK(data: any, url?: string): Promise;