import { Keys } from "src/types";
export declare class SimulatorKeys {
    static generateKeys(): Keys;
    static derivePublicKey(privateKey: string): string;
    static hashPublicKey(publicKey: string): string;
}
