export declare function cutPrefix(str: string, prefix: string): string;
