export declare const Select: { readonly SelectAll: "*"; }; export type Select = (typeof Select)[keyof typeof Select];