type ProgramOpts = {
    path: string | undefined;
    threshold: number | undefined;
};
export declare const createProgram: (commands: {
    watch: (opts: ProgramOpts) => void;
    runOnceAtPath: (opts: ProgramOpts) => void;
}) => import("@stricli/core").Application<import("@stricli/auto-complete").StricliAutoCompleteContext>;
export declare const program: import("@stricli/core").Application<import("@stricli/auto-complete").StricliAutoCompleteContext>;
export {};
//# sourceMappingURL=command.d.ts.map