export interface OauthReqApiDto {
    redirect_uri: string;
    response_type: string;
    scope: Array<string>;
    state?: string;
}
export declare namespace OauthReqApiDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=oauthReqApiDto.d.ts.map