export declare type Options = {
    cwd: string;
    include?: string[] | undefined;
    exclude?: string[] | undefined;
    checkOnly?: boolean | undefined;
};
export declare function sync(options: Options): Promise<void>;
//# sourceMappingURL=sync.d.ts.map