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