export default interface QueryArgument { key: string; value?: any; scope?: string; options?: any; }