import type { TestingTokenJSON } from './JSON';
export declare class TestingToken {
    readonly token: string;
    readonly expiresAt: number;
    constructor(token: string, expiresAt: number);
    static fromJSON(data: TestingTokenJSON): TestingToken;
}
//# sourceMappingURL=TestingToken.d.ts.map