import { Entropy } from './entropy';
export declare const ALGORAND_ENTROPY_STRENGTHS: {
    readonly TWO_HUNDRED_FIFTY_SIX: 256;
};
export declare class AlgorandEntropy extends Entropy {
    static strengths: 256[];
    static getName(): string;
}
//# sourceMappingURL=algorand.d.ts.map