export interface PlaidAuthResponse {
    expires_at?: string;
    link_token?: string;
}
export declare namespace PlaidAuthResponse {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=plaidAuthResponse.d.ts.map