import { Secrets } from "@tenderly/actions";
export declare class TestSecrets implements Secrets {
    private stored;
    constructor();
    get(key: string): Promise<string>;
    put(key: string, value: string): void;
    delete(key: string): void;
    clear(): void;
}
//# sourceMappingURL=secrets.d.ts.map