export declare class GlideSecureRandomUtil { static getSecureRandomInt(): number; static getSecureRandomIntBound(bound: number): number; static getSecureRandomLong(): number; static getSecureRandomString(length: number): string; } //# sourceMappingURL=GlideSecureRandomUtil.d.ts.map