export declare function capitalize(text: string): string;
export declare function pluralize(text: string, times: number, options?: {
    postfix: string;
}): string;
export declare function uuidToBytes(uuid: string): Buffer;
export declare function bytesToUUID(uuid: Buffer | Uint8Array): string;
export declare function serializeArgs(args: any[]): any[];
//# sourceMappingURL=StringUtil.d.ts.map