export declare function removeLeadingSlash(string: string): string;
export declare const safeParse: (object: any) => any;
