export declare const singleCt_response: { content_type: { created_at: string; updated_at: string; title: string; uid: string; _version: number; inbuilt_class: boolean; schema: ({ data_type: string; display_name: string; field_metadata: { _default: boolean; version: number; extension?: undefined; ref_multiple_content_types?: undefined; ref_multiple?: undefined; description?: undefined; default_value?: undefined; }; mandatory: boolean; uid: string; unique: boolean; multiple: boolean; non_localizable: boolean; extension_uid?: undefined; config?: undefined; reference_to?: undefined; } | { display_name: string; extension_uid: string; field_metadata: { extension: boolean; _default?: undefined; version?: undefined; ref_multiple_content_types?: undefined; ref_multiple?: undefined; description?: undefined; default_value?: undefined; }; uid: string; mandatory: boolean; non_localizable: boolean; unique: boolean; config: {}; data_type: string; multiple: boolean; reference_to?: undefined; } | { display_name: string; extension_uid: string; field_metadata: { extension: boolean; ref_multiple_content_types: boolean; ref_multiple: boolean; _default?: undefined; version?: undefined; description?: undefined; default_value?: undefined; }; uid: string; mandatory: boolean; non_localizable: boolean; unique: boolean; config: {}; reference_to: string[]; data_type: string; multiple: boolean; } | { data_type: string; display_name: string; uid: string; field_metadata: { description: string; default_value: string; _default?: undefined; version?: undefined; extension?: undefined; ref_multiple_content_types?: undefined; ref_multiple?: undefined; }; mandatory: boolean; multiple: boolean; non_localizable: boolean; unique: boolean; extension_uid?: undefined; config?: undefined; reference_to?: undefined; })[]; last_activity: {}; maintain_revisions: boolean; description: string; DEFAULT_ACL: { others: { read: boolean; create: boolean; }; users: { uid: string; read: boolean; sub_acl: { read: boolean; }; }[]; }; SYS_ACL: { roles: ({ uid: string; read: boolean; sub_acl: { create: boolean; read: boolean; update: boolean; delete: boolean; publish: boolean; }; update: boolean; delete: boolean; } | { uid: string; read: boolean; sub_acl: { create: boolean; read: boolean; update: boolean; delete: boolean; publish: boolean; }; update?: undefined; delete?: undefined; })[]; others: { read: boolean; create: boolean; update: boolean; delete: boolean; sub_acl: { read: boolean; create: boolean; update: boolean; delete: boolean; publish: boolean; }; }; }; options: { is_page: boolean; singleton: boolean; sub_title: any[]; title: string; url_pattern: string; url_prefix: string; }; abilities: { get_one_object: boolean; get_all_objects: boolean; create_object: boolean; update_object: boolean; delete_object: boolean; delete_all_objects: boolean; }; extension_uids: string[]; }; count: number; };