export declare const debug: (...args: any[]) => void; export declare function isWithin(outer: any, inner: any): boolean; /** * Stolen from https://stackoverflow.com/questions/10776600/testing-for-equality-of-regular-expressions */ export declare const regexEqual: (x: any, y: any) => boolean; export declare function removeExtension(f: string): string; //# sourceMappingURL=support.d.ts.map