type CompleteHandlerArgs = { file: string; o?: string; t?: string; s?: string; v?: boolean; }; export declare const handler: (argv: CompleteHandlerArgs) => Promise; export {};