/**
 * Configuration for the application watermark.
 * @module Watermark
 *
 */
/**
 * Watermark settings including developer signature.
 */
declare const watermark: {
    /** The developer handle used in responses. */
    dev: string;
};
export default watermark;
//# sourceMappingURL=config.d.ts.map