export declare class SecId {
    #private;
    static generate(length?: number, alphabets?: string): string;
}
