import { getStatus } from './operations/getStatus.methods';
export declare const statusOperations: {
    getStatus: typeof getStatus;
};
