declare namespace _default {
    let name: string;
    function getValues({ select, context, bindings }: {
        select: any;
        context: any;
        bindings: any;
    }): {};
    function setValues({ dispatch, context, bindings }: {
        dispatch: any;
        context: any;
        bindings: any;
    }): void;
    function canUserEditValue({ select, context, args }: {
        select: any;
        context: any;
        args: any;
    }): boolean;
    function getFieldsList({ select, context }: {
        select: any;
        context: any;
    }): Object;
}
export default _default;
//# sourceMappingURL=post-meta.d.ts.map