export declare const caracteresAllowed = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-._~";
declare const _default: (length?: number) => string;
/**
 * See https://tools.ietf.org/html/rfc7636#section-4.1 to more information
 */
export default _default;
