export declare class ID {
    #private;
    static custom(id: string): string;
    static unique(padding?: number): string;
}
