export interface Name { first: string; last: string; } export declare namespace Name { const type: import("isly/dist/cjs/object").IslyObject; }