export declare const normalizeHandle: (handle: string) => string; export declare const validateHandle: (handle: string) => void;