interface CheckOptions {
    verbose?: boolean;
}
export declare function check(options: CheckOptions): Promise<void>;
export {};
//# sourceMappingURL=check.d.ts.map