export = CurrentScript; declare class CurrentScript { constructor(path?: string, type?: string); src: string; type: string; }