export declare class Testing { constructor(path: string); ExportedFunction(input: number): number; }