/** * Helper method to validate entity "handle" to be URL * friendly. */ export declare const isValidHandle: (value: string) => boolean; //# sourceMappingURL=validate-handle.d.ts.map