declare const _default: any; export default _default; export type options = { /** * Are we searching for 1 thing or many? */ isPlural: boolean; /** * What the props come back on ( by default = modelName + 'Query') */ queryName: string; };