import type { DomainState } from './domain.types'; export declare const createDomainInitialState: (domainName: string) => DomainState;