/**
 * When I log:
 *
 * ```gherkin
 * When I log {string}
 * ```
 *
 * @example
 *
 * ```gherkin
 * When I log "Hello, world!"
 * ```
 *
 * @remarks
 *
 * Prints a message to the Cypress Command Log.
 */
export declare function When_I_log(message: string): void;
//# sourceMappingURL=log.d.ts.map