export default class Use {
    static init(): void;
    static getCallerFile(): string | undefined;
}
