export declare const approvalRecords: {
    listCentralized(ctx: any, next: any): Promise<void>;
    submit(ctx: any, next: any): Promise<any>;
};
