import type { DataStore } from '@openleash/core'; export declare function ownerListCommand(store: DataStore): Promise; export declare function ownerShowCommand(store: DataStore, ownerId: string): Promise; export declare function ownerAddContactCommand(store: DataStore, ownerId: string): Promise; export declare function ownerAddGovIdCommand(store: DataStore, ownerId: string): Promise; export declare function ownerAddCompanyIdCommand(store: DataStore, ownerId: string): Promise; export declare function ownerAddSignatoryCommand(store: DataStore, ownerId: string): Promise; export declare function ownerValidateCommand(store: DataStore, ownerId: string): Promise; //# sourceMappingURL=owner.d.ts.map