export declare type SuggestedResponse = { code: number; headers?: { [header: string]: string; }; };