export declare const getDeployObject: (headers: Headers) => {
    context: string;
    id: string;
    published: boolean;
};
