/**
 * Show the parameter as a JS literal
 * @param s
 */
export declare const showStringOrUndefined: (s: string | undefined) => string;
export declare const removeLeading: (str: string, prefix: string) => string;
//# sourceMappingURL=StringUtils.d.ts.map