import { Partner } from './Partner'; export declare class PartnerResponse extends Partner { authId: string; secret: string; }