import { ExtraResponseAttributes } from '@sasjs/utils/types'; export declare function appendExtraResponseAttributes(response: any, extraResponseAttributes: ExtraResponseAttributes[]): Promise<{}>;