import { TestingPerson } from './class.const';
export declare const TESTING_FUNCTION: (x: number, y: string) => any;
export declare const TESTING_FUNCTION_CONSTRUCTOR: (this: any, ...args: any[]) => any;
export declare const TESTING_FUNCTION_CONSTRUCTOR_PERSON: (this: TestingPerson, ...args: any[]) => TestingPerson;
