export namespace error {
    const length: string;
    const password: string;
    const invalidPlugin: string;
}
export namespace regex {
    const digits: string;
    const letters: string;
    const symbols: string;
    const spaces: string;
}
