import { Entropy } from '../entropy';
export declare const ELECTRUM_V1_ENTROPY_STRENGTHS: {
    readonly ONE_HUNDRED_TWENTY_EIGHT: 128;
};
export declare class ElectrumV1Entropy extends Entropy {
    static strengths: 128[];
    static getName(): string;
}
//# sourceMappingURL=v1.d.ts.map