import { RequestOptionsFactory } from '@wix/sdk-types'; /** Gets the default privacy status of a site for the newly signed-up member. */ export declare function getDefaultPrivacyStatus(payload: object): RequestOptionsFactory; /** Sets the default privacy status of a site for the newly signed-up member. */ export declare function setDefaultPrivacyStatus(payload: object): RequestOptionsFactory;