export declare const postGetMany: {
    id: number;
    date: string;
    date_gmt: string;
    guid: {
        rendered: string;
    };
    modified: string;
    modified_gmt: string;
    slug: string;
    status: string;
    type: string;
    link: string;
    title: {
        rendered: string;
    };
    content: {
        rendered: string;
        protected: boolean;
    };
    excerpt: {
        rendered: string;
        protected: boolean;
    };
    author: number;
    featured_media: number;
    comment_status: string;
    ping_status: string;
    sticky: boolean;
    template: string;
    format: string;
    meta: {
        footnotes: string;
    };
    categories: number[];
    tags: never[];
    class_list: string[];
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
        about: {
            href: string;
        }[];
        author: {
            embeddable: boolean;
            href: string;
        }[];
        replies: {
            embeddable: boolean;
            href: string;
        }[];
        'version-history': {
            count: number;
            href: string;
        }[];
        'predecessor-version': {
            id: number;
            href: string;
        }[];
        'wp:attachment': {
            href: string;
        }[];
        'wp:term': {
            taxonomy: string;
            embeddable: boolean;
            href: string;
        }[];
        curies: {
            name: string;
            href: string;
            templated: boolean;
        }[];
    };
}[];
export declare const postGet: {
    id: number;
    date: string;
    date_gmt: string;
    guid: {
        rendered: string;
    };
    modified: string;
    modified_gmt: string;
    slug: string;
    status: string;
    type: string;
    link: string;
    title: {
        rendered: string;
    };
    content: {
        rendered: string;
        protected: boolean;
    };
    excerpt: {
        rendered: string;
        protected: boolean;
    };
    author: number;
    featured_media: number;
    comment_status: string;
    ping_status: string;
    sticky: boolean;
    template: string;
    format: string;
    meta: {
        footnotes: string;
    };
    categories: number[];
    tags: never[];
    class_list: string[];
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
        about: {
            href: string;
        }[];
        author: {
            embeddable: boolean;
            href: string;
        }[];
        replies: {
            embeddable: boolean;
            href: string;
        }[];
        'version-history': {
            count: number;
            href: string;
        }[];
        'predecessor-version': {
            id: number;
            href: string;
        }[];
        'wp:attachment': {
            href: string;
        }[];
        'wp:term': {
            taxonomy: string;
            embeddable: boolean;
            href: string;
        }[];
        curies: {
            name: string;
            href: string;
            templated: boolean;
        }[];
    };
};
export declare const postUpdate: {
    id: number;
    date: string;
    date_gmt: string;
    guid: {
        rendered: string;
        raw: string;
    };
    modified: string;
    modified_gmt: string;
    password: string;
    slug: string;
    status: string;
    type: string;
    link: string;
    title: {
        raw: string;
        rendered: string;
    };
    content: {
        raw: string;
        rendered: string;
        protected: boolean;
        block_version: number;
    };
    excerpt: {
        raw: string;
        rendered: string;
        protected: boolean;
    };
    author: number;
    featured_media: number;
    comment_status: string;
    ping_status: string;
    sticky: boolean;
    template: string;
    format: string;
    meta: {
        footnotes: string;
    };
    categories: number[];
    tags: never[];
    permalink_template: string;
    generated_slug: string;
    class_list: string[];
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
        about: {
            href: string;
        }[];
        author: {
            embeddable: boolean;
            href: string;
        }[];
        replies: {
            embeddable: boolean;
            href: string;
        }[];
        'version-history': {
            count: number;
            href: string;
        }[];
        'predecessor-version': {
            id: number;
            href: string;
        }[];
        'wp:attachment': {
            href: string;
        }[];
        'wp:term': {
            taxonomy: string;
            embeddable: boolean;
            href: string;
        }[];
        'wp:action-publish': {
            href: string;
        }[];
        'wp:action-unfiltered-html': {
            href: string;
        }[];
        'wp:action-sticky': {
            href: string;
        }[];
        'wp:action-assign-author': {
            href: string;
        }[];
        'wp:action-create-categories': {
            href: string;
        }[];
        'wp:action-assign-categories': {
            href: string;
        }[];
        'wp:action-create-tags': {
            href: string;
        }[];
        'wp:action-assign-tags': {
            href: string;
        }[];
        curies: {
            name: string;
            href: string;
            templated: boolean;
        }[];
    };
};
export declare const postCreate: {
    id: number;
    date: string;
    date_gmt: string;
    guid: {
        rendered: string;
        raw: string;
    };
    modified: string;
    modified_gmt: string;
    password: string;
    slug: string;
    status: string;
    type: string;
    link: string;
    title: {
        raw: string;
        rendered: string;
    };
    content: {
        raw: string;
        rendered: string;
        protected: boolean;
        block_version: number;
    };
    excerpt: {
        raw: string;
        rendered: string;
        protected: boolean;
    };
    author: number;
    featured_media: number;
    comment_status: string;
    ping_status: string;
    sticky: boolean;
    template: string;
    format: string;
    meta: {
        footnotes: string;
    };
    categories: number[];
    tags: never[];
    permalink_template: string;
    generated_slug: string;
    class_list: string[];
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
        about: {
            href: string;
        }[];
        author: {
            embeddable: boolean;
            href: string;
        }[];
        replies: {
            embeddable: boolean;
            href: string;
        }[];
        'version-history': {
            count: number;
            href: string;
        }[];
        'wp:attachment': {
            href: string;
        }[];
        'wp:term': {
            taxonomy: string;
            embeddable: boolean;
            href: string;
        }[];
        'wp:action-publish': {
            href: string;
        }[];
        'wp:action-unfiltered-html': {
            href: string;
        }[];
        'wp:action-sticky': {
            href: string;
        }[];
        'wp:action-assign-author': {
            href: string;
        }[];
        'wp:action-create-categories': {
            href: string;
        }[];
        'wp:action-assign-categories': {
            href: string;
        }[];
        'wp:action-create-tags': {
            href: string;
        }[];
        'wp:action-assign-tags': {
            href: string;
        }[];
        curies: {
            name: string;
            href: string;
            templated: boolean;
        }[];
    };
};
export declare const userCreate: {
    id: number;
    username: string;
    name: string;
    first_name: string;
    last_name: string;
    email: string;
    url: string;
    description: string;
    link: string;
    locale: string;
    nickname: string;
    slug: string;
    roles: string[];
    registered_date: string;
    capabilities: {
        read: boolean;
        level_0: boolean;
        subscriber: boolean;
    };
    extra_capabilities: {
        subscriber: boolean;
    };
    avatar_urls: {
        '24': string;
        '48': string;
        '96': string;
    };
    meta: {
        persisted_preferences: never[];
    };
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
    };
};
export declare const userGet: {
    id: number;
    name: string;
    url: string;
    description: string;
    link: string;
    slug: string;
    avatar_urls: {
        '24': string;
        '48': string;
        '96': string;
    };
    meta: never[];
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
    };
};
export declare const userGetMany: {
    id: number;
    name: string;
    url: string;
    description: string;
    link: string;
    slug: string;
    avatar_urls: {
        '24': string;
        '48': string;
        '96': string;
    };
    meta: never[];
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
    };
}[];
export declare const userUpdate: {
    id: number;
    username: string;
    name: string;
    first_name: string;
    last_name: string;
    email: string;
    url: string;
    description: string;
    link: string;
    locale: string;
    nickname: string;
    slug: string;
    roles: string[];
    registered_date: string;
    capabilities: {
        read: boolean;
        level_0: boolean;
        subscriber: boolean;
    };
    extra_capabilities: {
        subscriber: boolean;
    };
    avatar_urls: {
        '24': string;
        '48': string;
        '96': string;
    };
    meta: {
        persisted_preferences: never[];
    };
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
    };
};
export declare const pageCreate: {
    id: number;
    date: string;
    date_gmt: string;
    guid: {
        rendered: string;
        raw: string;
    };
    modified: string;
    modified_gmt: string;
    password: string;
    slug: string;
    status: string;
    type: string;
    link: string;
    title: {
        raw: string;
        rendered: string;
    };
    content: {
        raw: string;
        rendered: string;
        protected: boolean;
        block_version: number;
    };
    excerpt: {
        raw: string;
        rendered: string;
        protected: boolean;
    };
    author: number;
    featured_media: number;
    parent: number;
    menu_order: number;
    comment_status: string;
    ping_status: string;
    template: string;
    meta: {
        footnotes: string;
    };
    permalink_template: string;
    generated_slug: string;
    class_list: string[];
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
        about: {
            href: string;
        }[];
        author: {
            embeddable: boolean;
            href: string;
        }[];
        replies: {
            embeddable: boolean;
            href: string;
        }[];
        'version-history': {
            count: number;
            href: string;
        }[];
        'wp:attachment': {
            href: string;
        }[];
        'wp:action-publish': {
            href: string;
        }[];
        'wp:action-unfiltered-html': {
            href: string;
        }[];
        'wp:action-assign-author': {
            href: string;
        }[];
        curies: {
            name: string;
            href: string;
            templated: boolean;
        }[];
    };
};
export declare const pageGet: {
    id: number;
    date: string;
    date_gmt: string;
    guid: {
        rendered: string;
    };
    modified: string;
    modified_gmt: string;
    slug: string;
    status: string;
    type: string;
    link: string;
    title: {
        rendered: string;
    };
    content: {
        rendered: string;
        protected: boolean;
    };
    excerpt: {
        rendered: string;
        protected: boolean;
    };
    author: number;
    featured_media: number;
    parent: number;
    menu_order: number;
    comment_status: string;
    ping_status: string;
    template: string;
    meta: {
        footnotes: string;
    };
    class_list: string[];
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
        about: {
            href: string;
        }[];
        author: {
            embeddable: boolean;
            href: string;
        }[];
        replies: {
            embeddable: boolean;
            href: string;
        }[];
        'version-history': {
            count: number;
            href: string;
        }[];
        'wp:attachment': {
            href: string;
        }[];
        curies: {
            name: string;
            href: string;
            templated: boolean;
        }[];
    };
};
export declare const pageGetMany: {
    id: number;
    date: string;
    date_gmt: string;
    guid: {
        rendered: string;
    };
    modified: string;
    modified_gmt: string;
    slug: string;
    status: string;
    type: string;
    link: string;
    title: {
        rendered: string;
    };
    content: {
        rendered: string;
        protected: boolean;
    };
    excerpt: {
        rendered: string;
        protected: boolean;
    };
    author: number;
    featured_media: number;
    parent: number;
    menu_order: number;
    comment_status: string;
    ping_status: string;
    template: string;
    meta: {
        footnotes: string;
    };
    class_list: string[];
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
        about: {
            href: string;
        }[];
        author: {
            embeddable: boolean;
            href: string;
        }[];
        replies: {
            embeddable: boolean;
            href: string;
        }[];
        'version-history': {
            count: number;
            href: string;
        }[];
        'wp:attachment': {
            href: string;
        }[];
        curies: {
            name: string;
            href: string;
            templated: boolean;
        }[];
    };
}[];
export declare const pageUpdate: {
    id: number;
    date: string;
    date_gmt: string;
    guid: {
        rendered: string;
        raw: string;
    };
    modified: string;
    modified_gmt: string;
    password: string;
    slug: string;
    status: string;
    type: string;
    link: string;
    title: {
        raw: string;
        rendered: string;
    };
    content: {
        raw: string;
        rendered: string;
        protected: boolean;
        block_version: number;
    };
    excerpt: {
        raw: string;
        rendered: string;
        protected: boolean;
    };
    author: number;
    featured_media: number;
    parent: number;
    menu_order: number;
    comment_status: string;
    ping_status: string;
    template: string;
    meta: {
        footnotes: string;
    };
    permalink_template: string;
    generated_slug: string;
    class_list: string[];
    _links: {
        self: {
            href: string;
            targetHints: {
                allow: string[];
            };
        }[];
        collection: {
            href: string;
        }[];
        about: {
            href: string;
        }[];
        author: {
            embeddable: boolean;
            href: string;
        }[];
        replies: {
            embeddable: boolean;
            href: string;
        }[];
        'version-history': {
            count: number;
            href: string;
        }[];
        'predecessor-version': {
            id: number;
            href: string;
        }[];
        'wp:attachment': {
            href: string;
        }[];
        'wp:action-publish': {
            href: string;
        }[];
        'wp:action-unfiltered-html': {
            href: string;
        }[];
        'wp:action-assign-author': {
            href: string;
        }[];
        curies: {
            name: string;
            href: string;
            templated: boolean;
        }[];
    };
};
//# sourceMappingURL=apiResponses.d.ts.map