import { AuthMethod } from './auth.method'; export declare class AuthCustom extends AuthMethod { value: string; constructor(value: string); fromValue(value: string): Error; toValue(): string; }