export declare function getBlockTypes(id?: string | null, path?: string | null): {
    type: string;
    request: {
        op: string;
        path: string;
    };
};
