import { SentryNodeOptions } from '@keymanapp/developer-utils';
export declare class TestKeymanSentry {
    static isTestCL(): boolean;
    static runTestIfCLRequested(options?: SentryNodeOptions): Promise<void>;
    static test(options?: SentryNodeOptions): Promise<void>;
}
//# sourceMappingURL=TestKeymanSentry.d.ts.map