import type { SetSelectValue, UseSelectArgs } from './shared.js'; export declare function useFixtureSelect(selectName: string, args: UseSelectArgs): [Option, SetSelectValue];