/**
 * The type of the 'children' field in the responses.
 *
 * @author Tiago Grosso <tiagogrosso99@gmail.com>
 * @since 0.5.0
 */
export declare type Children = {
    data: InnerId[];
};
export declare type InnerId = {
    id: string;
};
