export declare function createRestApi({ name, register, auth }: {
    name: string;
    register: boolean;
    auth?: boolean;
}): void;
