import { HttpServerAuthorization } from '@daita/http-server'; export declare function getAuthorization(options: { cwd?: string; context?: string; }): HttpServerAuthorization | false;