export declare const defaultPassphrase = "peanut hundred pen hawk invite exclude brain chunk gadget wait wrong ready";
export declare const defaultFaucetAccount: {
    address: string;
    keyPath: string;
    publicKey: string;
    privateKey: string;
    plain: {
        generatorKeyPath: string;
        generatorKey: string;
        generatorPrivateKey: string;
        blsKeyPath: string;
        blsKey: string;
        blsProofOfPossession: string;
        blsPrivateKey: string;
    };
    encrypted: {};
};
