import type { AuthOwnerInput, OwnerSetupState } from "../types.js"; export declare const getOwnerState: () => Promise; export declare const createOwner: (input: AuthOwnerInput) => Promise; export declare const getOwnerId: () => Promise;