export declare class GrantTypeFactory { static getGrantType(grantType: string, config: any): any; }