export declare function removeClosedBrackets(val: string): string;
export declare function sanitizeNameForGraphQL(unsafeName: string): string;
