/**
 * CodeAnalizerComment: Updated 2 imports on 2024-09-22 14:49:52
 * Update:: import { IFPSWindowProps } to '@mikezimm/fps-core-v7/lib/banner/features/FPSDOM/IFPSWindowProps;'
 * Update:: import { IFPSSectionStyle } to '@mikezimm/fps-core-v7/lib/banner/features/FPSDOM/IFPSSection;'

 */
import { IFPSWindowProps } from '@mikezimm/fps-core-v7/lib/banner/features/FPSDOM/IFPSWindowProps';
import { IFPSSectionStyle } from '@mikezimm/fps-core-v7/lib/banner/features/FPSDOM/IFPSSection';
/**
 * This will just send standard message to the console if it's needed
 * @param consoleResult
 * @param result
 * @param section
 */
export declare function sendStandardConsole(consoleResult: boolean, result: string, section: IFPSSectionStyle): void;
/**
 * This will just send standard message to the console if it's needed
 * @param consoleResult
 * @param result
 * @param section
 */
export declare function sendFPSWindowConsole(consoleResult: boolean, result: string, FPSOptions: IFPSWindowProps): void;
//# sourceMappingURL=console.d.ts.map