import type { UseSelectArgs } from './shared.js'; export declare function useSelectFixtureState(selectName: string, args: UseSelectArgs): void;