import type { KeyedFilters, RegisterProps, RegistrationModule } from '@roots/wordpress-hmr/filter'; export declare const enforceNamespace: (id: string, name: string) => string; export declare const filterCallback: (filters?: KeyedFilters, namespace?: string, handle?: (filter: RegisterProps, register: RegistrationModule) => void) => void;