export declare class Signature { expiresIn?: number; token: string; type: string; }