declare function isPrefixOf(prefix: string, string: string): boolean;
export = isPrefixOf;
