#!/usr/bin/env node export declare function cliShouldRunMain(argv1?: string | undefined, modulePath?: string, resolvePath?: (filePath: string) => string): boolean; export declare function main(argv?: string[]): Promise; //# sourceMappingURL=opencode-quota.d.ts.map