import { PushTest } from "../../api/mapping/PushTest";
/**
 * Is this SDM in local mode?
 * Invoked on client startup.
 */
export declare function isInLocalMode(): boolean;
/**
 * Is this SDM running in local mode?
 */
export declare const IsInLocalMode: PushTest;
/**
 * Is this SDM running as a GitHub action?
 * Invoked on client startup.
 */
export declare function isGitHubAction(): boolean;
/**
 * Is this SDM running as a GitHub action?
 */
export declare const IsGitHubAction: PushTest;
//# sourceMappingURL=modes.d.ts.map