export declare const getQuery: (path: string) => any; export declare const removeIfStartWith: (str: string, startWith: string) => string;